home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
23
/
5
/
DISK2353.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-22
|
1KB
|
48 lines
echo off
cls
echo InteMenu Installation (8 user version) - By JC Systems
echo ------------------------------------------------------
echo Confirm the following:
echo 1. Current directory is where you want to install InteMenu
echo 2. Current directory is a network directory
echo 3. You have names of users (Max. 16 characters)
echo 4. You have copied all files from distribution disk
echo
echo Press ENTER to proceed, Crtl-C to stop installation
pause
md a
copy mm.dat a
copy message.* a
md b
copy mm.dat b
copy message.* b
md c
copy mm.dat c
copy message.* c
md d
copy mm.dat d
copy message.* d
md e
copy mm.dat e
copy message.* e
md f
copy mm.dat f
copy message.* f
md g
copy mm.dat g
copy message.* g
md h
copy mm.dat h
copy message.* h
makeuser
cls
echo Installation Completed!
echo Type A to start for user A
echo Type B or C or D to start for user B,C,D, etc.
echo Remember to edit Menu Choice 'A' of News Broadcast '9'
echo so that its Path reads something like this:
echo eg. F:\INTEMENU\NEWS.DAT
echo if F:\INTEMENU is your current drive and directory.
echo Always start InteMenu from this directory.
echo README.TXT has more details.